home *** CD-ROM | disk | FTP | other *** search
- on prepareFrame
- global cdvoume, movieon
- movieon = 0
- set the volume of sound 1 to cdvoume * 19
- repeat with i = 15 to 27
- sprite(i).visible = 1
- end repeat
- repeat with i = 15 + cdvoume to 27
- sprite(i).visible = 0
- end repeat
- sprite(37).visible = 0
- end
-